net/http.http2Transport.newClientConn (method)
5 uses
net/http (current package)
h2_bundle.go#L8017: return t.newClientConn(nil, singleUse, nil)
h2_bundle.go#L8027: return t.newClientConn(tconn, singleUse, nil)
h2_bundle.go#L8079: return t.newClientConn(c, t.disableKeepAlives(), nil)
h2_bundle.go#L8082: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool, internalStateHook func()) (*http2ClientConn, error) {
h2_bundle.go#L10569: cc, err := tr.newClientConn(conn, tr.disableKeepAlives(), internalStateHook)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |